home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
2_cool_f.swf
/
scripts
/
DefineButton2_296
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-12
|
237 b
|
13 lines
on(release){
if(necklace._currentframe < necklace._totalframes)
{
necklace.nextFrame();
necklace_main.nextFrame();
}
else
{
necklace.gotoAndStop(1);
necklace_main.gotoAndStop(1);
}
}